/* -----------------
Radii Production 
Copyright 2009

Swatch colours
--------------
e6e6e6 - 10% grey
cecece - 20% grey
b5b5b5 - 30% grey
9c9c9c - 40% grey
838383 - 50% grey
696969 - 60% grey
505050 - 70% grey
363636 - 80% grey
1c1c1c - 90% grey 
----------------- */


/*--- Typographic Elements ---*/

h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	margin-bottom:0.15em;
	border:0px;
	outline:none;
}

h1 {
	color:#048cab;
	font-size:28pt;
	line-height:30pt;
	font-weight:bold;
	border:0px;
	outline:none;
	margin-bottom:10px;
}

h2 {
	color:#1c1c1c;
	font-size:18pt;
	line-height:24pt;
	font-weight:bold;
	border:0px;
	outline:none;
}

h3 {
	color:#363636;
	font-size:14pt;
	line-height:20pt;
	font-weight:bold;
}

h4 {
	color:#505050;
	font-size:14pt;
	line-height:18pt;
	font-weight:bold;
}

h5 {
	color:#505050;
	font-size:13pt;
	line-height:17pt;
	font-weight:bold;
}

h6 {
	color:#505050;
	font-size:11pt;
	line-height:15pt;
	font-weight:bold;
}

p, div {
	color:#363636;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:10.5pt;
}

p {
	line-height:16pt;
	margin-bottom:1.2em;
}

hr { /* hr markup used for horizonal rules - properties must appear in the order below */
	height:1px;
	border-width:0;
	color:#b5b5b5;
	background-color:#b5b5b5;
	margin:1.4em 0em;
}

q:before { /* opening quote styling */
	content:open-quote;
}

q:after { /* closing quote styling */
	content:close-quote;
}

em { /* em markup used for emphasizing a word */
	font-style:italic;
}

strong { /* em markup used for bolding a word */
	font-weight:bold;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}

sup { /* sup markup is used for superscripts */
	bottom: .8ex;
}

sub { /* sub markup is used for subscripts */
	top: .5ex;
}


/*--- Blockquotes - markup used for stylized pull quote/ callout blocks (eg. testimonials) ---*/

blockquote { 
	margin:16px;
}

blockquote:before { /* opening pull quote styling */
	color:#cecece;
	content:open-quote;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:42pt;
	float:left;
	margin:12px 8px 0 -16px;
}

blockquote:after { /* closing pull quote styling */
	color:#cecece;
	content:close-quote;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:42pt;
	float:right;
	margin:-22px -16px 0 6px;
}


/*--- Lists ---*/

ul, ol {
	color:#363636;
	font-size:10pt;
	line-height:18pt;
	list-style-position:outside;
}

ul {
	list-style:disc;
	margin:0 1.8em 1.2em;
}

ol {
	list-style:decimal;
	margin:0 2.5em 1.2em;
}

li {
	margin-bottom:0.5em;
}


/*--- Links - Rules must appear in this order ---*/

a:link {  
	color:#048cab;
	font-weight:normal;
	text-decoration:underline;
}

a:visited {
	color:#048cab;
	font-weight:normal;
	text-decoration:underline;
}

a:hover {
	color:#0b758d;
	font-weight:normal;
	text-decoration:underline;
}

a:active {
	color:#696969;
	font-weight:normal;
	text-decoration:underline;
}

/*--- Footer Elements ---*/

.footerAddress, .footerCopyright, .footerNav, .footerDesigner {
	color:#9c9c9c;
	font-size:8.5pt;
}

#wrapperFooter a, #wrapperFooter a:link, #wrapperFooter a:visited {
	color:#9c9c9c;
}

#wrapperFooter a:hover {
	color:#000000;
}

/*--- Cutom ---*/

#splashBar p {
	color:#048cab;
	background: url('/images/arrow_teal.gif') no-repeat;
	background-position:40px 12px;
	margin-left:16px;
	line-height:30px;
}

#splashBar span {
	font-size:9pt;
	font-weight:bold;
	padding-right:20px;

}

#splashBar a, #splashBar a:link, #splashBar a:visited {
	color:#cccccc;
	text-decoration:none;
}

#splashBar a:hover {
	color:#ffffff;
	text-decoration:none;
}

.splashFeatures a, .splashFeatures a:link, .splashFeatures a:visited {
	display:block;
	background: url('/images/arrow_gray.gif') no-repeat;
	background-position:right;
	font-size:9pt;
	color:#cccccc;
	text-decoration:none;
	position:absolute;
	bottom:8px;
	left:10px;
	padding-right:10px;
}

.splashFeatures a:hover {
	color:#ffffff;
}

.quotes {
	padding:5px 0 10px 35px;
	margin: 5px;
	background-image: url('/images/quotes_open.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.quotes span {
	padding:0 35px 5px 0;
	background-image: url('/images/quotes_close.gif');
	background-position:bottom right;
	background-repeat: no-repeat;
}